A magical sword that has the 4 Great Elements within. Enables you to unleash great effects on enemies that are not Water/Wind/Earth or Fire property.
STR + 2, INT + 4, DEX + 1, MATK + 5%
Increases damage inflicted on Neutral Property by 10%
While doing physical attack, there is a 10% chance to auto cast random bolt spells. Increased chance on PvP zones and WoE.
Класс : Sword
Атака : 105
Вес : 120
Уровень Оружия : 3
Необходимый Lv. : 70
Доступно для : High Swordman, High Merchant, High Thief, Lord Knight, Whitesmith, Assasin Cross, Paladin, Stalker, Creator
Улучшается : Да
Доп. информация:
ID : 13414
Цена у NPC : 10
Script :
{ bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus bMatkRate,5; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,"MG_COLDBOLT",3,50; bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,10000; }
{
...bonus bStr,2;
...bonus bInt,4;
...bonus bDex,1;
...bonus bMatkRate,5;
...bonus2 bAddEle,Ele_Neutral,10;
...bonus3 bAutoSpell,"MG_COLDBOLT",3,50;
...bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000;
...bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000;
...bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,10000;
}